home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
dev
/
gui
/
gui4cli.lha
/
Gui4Cli
/
Tools
/
GuiEdit.gc
< prev
next >
Wrap
Text File
|
1999-04-21
|
2KB
|
120 lines
G4C
WINBIG 10 12 279 126 "Gui4Cli GadEdit"
wintype 11110001
varpath ''
xonload
guiopen guiedit.gc
xonclose
guiquit guiedit.gc
; ===================================================================
; The menus
; ===================================================================
xMenu Project "New GUI" "" N
gosub guiedit.gc newfile
xroutine newfile ; also called from other guis
ReqFile -1 -1 300 200 "Enter new GUI name:" SAVE guiname ''
if $guiname < ' '
stop
endif
ifexists file $guiname
guiload $guiname
else
extract guiname file name
.dummy = 'G4C\n\nWinBig -1 -1 200 100 $name\nWinType 11110001\n\nxOnLoad\nGuiOpen #This\n\nxOnClose\nGuiQuit #This\n\n'
copy env:.dummy $guiname
guiload $guiname
delete env:.dummy
endif
return 1
xMenu Project "Load..." '' L
ReqFile -1 -1 300 200 "Choose GUI:" LOAD guiname ''
if $guiname > ' '
guiload $guiname
guiopen $guiname
endif
xMenu Project BARLABEL '' ''
xMenu Project About.. '' ''
ezreq 'Gui4Cli Gui Editor Gui\n\nChoose Gadgets with CONTROL-Click\nand Click them into your window.' "You bet!.." ''
xMenu Project Quit '' Q
guiquit guiedit.gc
guiquit gridset.g
; ===================================================================
; The gadgets for picking up & cloning
; ===================================================================
; ----------------------------- listviews
CTEXT 6 4 "Simple LV" "topaz.font" 8 2 0 "000"
XLISTVIEW 6 15 80 22 "" variable "" 10 TXT
CTEXT 6 39 "Multi LV" "topaz.font" 8 2 0 "000"
XLISTVIEW 5 49 80 22 "" "variable" "" 10 MULTI
CTEXT 6 72 "Dir lv" "topaz.font" 8 2 0 "000"
XLISTVIEW 5 82 80 22 "" "variable" "" 10 DIR
; ----------------------------- other gadgets
XBUTTON 102 31 81 14 "Button"
XRADIO 165 4 18 9 variable 6
RStr Radio1 1
RStr Radio2 2
XCYCLER 102 46 80 16 "" variable
CStr Cycler 1
CStr Yes! 2
GAUGE 201 81 69 13 IN RIDGE 2 0 50
XHSLIDER 102 63 46 12 "" variable 0 100 50 "%ld%%"
XPALETTE 102 76 82 13
XTEXTIN 102 90 83 15 "" variable "TextIn" 100
TEXT 102 106 82 15 "Text" 40 BOX
XCHECKBOX 57 109 26 11 ChkBx variable "On" "Off" ON
; ----------------------------- graphics
BOX 198 3 70 9 OUT ICONDROP
LINE 197 19 268 19 2
SQUARE 199 27 67 10 1 NOFILL
SQUARE 200 41 68 9 1 FILL
CIRCLE 231 59 12 6 1 NOFILL
CIRCLE 232 73 13 6 3 FILL